runtime.p.mcache (field)

17 uses

	runtime (current package)
		mcache.go#L137: 		c = pp.mcache
		mgc.go#L691: 		if fg := p.mcache.flushGen.Load(); fg != mheap_.sweepgen {
		mgc.go#L1203: 		pp.mcache.prepareForSweep()
		mgc.go#L1647: 		c := p.mcache
		mgc.go#L1692: 			pp.mcache.prepareForSweep()
		mgcmark.go#L1719: 		c := p.mcache
		mstats.go#L617: 	c := p.mcache
		proc.go#L5590: 	if pp.mcache == nil {
		proc.go#L5597: 			pp.mcache = mcache0
		proc.go#L5599: 			pp.mcache = allocmcache()
		proc.go#L5668: 	freemcache(pp.mcache)
		proc.go#L5669: 	pp.mcache = nil
		proc.go#L5770: 		gp.m.p.ptr().mcache.prepareForSweep()
		proc.go#L5859: 	pp.mcache.prepareForSweep()
		runtime2.go#L658: 	mcache      *mcache
		stack.go#L381: 			c := thisg.m.p.ptr().mcache
		stack.go#L494: 			c := gp.m.p.ptr().mcache